Skip to content

Skill (Senior Review): the senior review command and guidelines for architectural feedback#4

Open
BenDavies1218 wants to merge 3 commits intomainfrom
ben/senior-review-command
Open

Skill (Senior Review): the senior review command and guidelines for architectural feedback#4
BenDavies1218 wants to merge 3 commits intomainfrom
ben/senior-review-command

Conversation

@BenDavies1218
Copy link

@BenDavies1218 BenDavies1218 commented Mar 11, 2026

Credit to @geedawi

I have been using this skill for a while and have found it nice.

It looks at the changes both staged and committed against the base branch.
It then does a software design and architecture focused review of the code.
It works very fast within 30-60 seconds and picks up a lot of basic logically errors and provides domain and architecture design suggestions.

Of course read recommendations with a gain of salt

Copilot AI review requested due to automatic review settings March 11, 2026 23:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Claude Code slash-command prompt (/senior-review) aimed at producing senior-level architectural/design feedback on code changes, complementing existing review-oriented tooling in this config repo.

Changes:

  • Introduces a structured “senior design review” workflow (context gathering, full-file reading, deep architectural analysis).
  • Defines a fixed output template for consistent senior-review writeups and mentoring-style feedback guidelines.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@BenDavies1218 BenDavies1218 changed the title Proposed feat(Code Review): the senior review command and guidelines for architectural feedback New Command(Senior Review): the senior review command and guidelines for architectural feedback Mar 11, 2026
Copilot AI review requested due to automatic review settings March 11, 2026 23:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Copy link
Contributor

@simon-tanna simon-tanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good addition to our config! I would however recommend porting this to a skill as slash commands have been deprecated by anthropic in favour of skills. anthropics/claude-plugins-official#537

suggestion: Add the plugin-dev plugin from anthropics marketplace and run the /skill-creator giving it this command as context.

@sjustintaylor
Copy link
Contributor

sjustintaylor commented Mar 11, 2026

What Simon said. Also, we already have a code-review agent - https://github.com/Labrys-Group/Claude-Config/blob/main/agents/code-reviewer.md. Can this be merged with that, or is it sufficiently distinct to warrant a separate skill?

@simon-tanna
Copy link
Contributor

simon-tanna commented Mar 11, 2026

@sjustintaylor I think it'd be nice to have this essentially automate what the agent does. /code-review is a lot quicker to invoke than @codereviewagent.... review X Y and Z. Determine if A B and C is yadayada

@sjustintaylor
Copy link
Contributor

@sjustintaylor I think it'd be nice to have this essentially automate what the agent does. /code-review is a lot quicker to invoke than @codereviewagent.... review X Y and Z. Determine if A B and C is yadayada

That's an idea. I use the Codex /review command like that.

@BenDavies1218 BenDavies1218 changed the title New Command(Senior Review): the senior review command and guidelines for architectural feedback SKILL:(Senior Review): the senior review command and guidelines for architectural feedback Mar 13, 2026
@BenDavies1218 BenDavies1218 changed the title SKILL:(Senior Review): the senior review command and guidelines for architectural feedback Skill (Senior Review): the senior review command and guidelines for architectural feedback Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants